GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-18T15:08:25.3690628+00:00",
"SubmitDate": "2026-02-18T15:08:25.3690628+00:00",
"ReportPeriodStart": "2026-02-18T15:08:25.3690628+00:00",
"ReportPeriodEnd": "2026-02-18T15:08:25.3690628+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "39b62a90-ba4a-4207-b413-07f94ef574bf",
"Rows": [
{
"ItemId": "31c64d9b-26b9-45d9-b26b-b6a940c82806",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "31c64d9b-26b9-45d9-b26b-b6a940c82806",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "39b62a90-ba4a-4207-b413-07f94ef574bf",
"Rows": [
{
"ItemId": "31c64d9b-26b9-45d9-b26b-b6a940c82806",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "31c64d9b-26b9-45d9-b26b-b6a940c82806",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e84655b9-39d2-4be3-8996-0c1bf1754cb1",
"4c2c3cf6-9b15-470e-9a05-908dd759efc1"
],
"Approvers": [
"0935517e-756a-41b8-bf86-fa35183175ba",
"9fc87972-036c-4d15-bff1-1e84ca7a58d6"
],
"ApprovedBy": "70b0af84-0b77-438b-bf45-64068be357f3",
"ApprovalDate": "2026-02-18T15:08:25.3690628+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "222865fd-6fb3-4c21-aac5-2b93280d5c02",
"id": "254403b9-7b5d-4de7-beb2-c3b69fd2c08c",
"ConfigId": "84355a0a-8631-4260-881d-19a0b51ee740"
},
{
"GenerationDate": "2026-02-18T15:08:25.3690628+00:00",
"SubmitDate": "2026-02-18T15:08:25.3690628+00:00",
"ReportPeriodStart": "2026-02-18T15:08:25.3690628+00:00",
"ReportPeriodEnd": "2026-02-18T15:08:25.3690628+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "39b62a90-ba4a-4207-b413-07f94ef574bf",
"Rows": [
{
"ItemId": "31c64d9b-26b9-45d9-b26b-b6a940c82806",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "31c64d9b-26b9-45d9-b26b-b6a940c82806",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "39b62a90-ba4a-4207-b413-07f94ef574bf",
"Rows": [
{
"ItemId": "31c64d9b-26b9-45d9-b26b-b6a940c82806",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "31c64d9b-26b9-45d9-b26b-b6a940c82806",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e84655b9-39d2-4be3-8996-0c1bf1754cb1",
"4c2c3cf6-9b15-470e-9a05-908dd759efc1"
],
"Approvers": [
"0935517e-756a-41b8-bf86-fa35183175ba",
"9fc87972-036c-4d15-bff1-1e84ca7a58d6"
],
"ApprovedBy": "70b0af84-0b77-438b-bf45-64068be357f3",
"ApprovalDate": "2026-02-18T15:08:25.3690628+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "222865fd-6fb3-4c21-aac5-2b93280d5c02",
"id": "254403b9-7b5d-4de7-beb2-c3b69fd2c08c",
"ConfigId": "84355a0a-8631-4260-881d-19a0b51ee740"
}
]